home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / games / rend3221.zip / RENDZU.EXE / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1996-06-01  |  3KB  |  143 lines

  1. object Form1: TForm1
  2.   Left = 58
  3.   Top = 165
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Rendzu'
  7.   ClientHeight = 368
  8.   ClientWidth = 581
  9.   Font.Color = clBlack
  10.   Font.Height = -17
  11.   Font.Name = 'Arial'
  12.   Font.Style = [fsBold]
  13.   Menu = MainMenu1
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnPaint = PaintBox1Paint
  19.   PixelsPerInch = 96
  20.   TextHeight = 19
  21.   object PaintBox1: TPaintBox
  22.     Left = 32
  23.     Top = 8
  24.     Width = 336
  25.     Height = 336
  26.     OnMouseDown = PaintBox1MouseDown
  27.   end
  28.   object Image1: TImage
  29.     Left = 64
  30.     Top = 16
  31.     Width = 18
  32.     Height = 18
  33.     AutoSize = True
  34.     Picture.Data = {<image000.bmp>}
  35.     Visible = False
  36.   end
  37.   object Image2: TImage
  38.     Left = 88
  39.     Top = 16
  40.     Width = 18
  41.     Height = 18
  42.     AutoSize = True
  43.     Picture.Data = {<image001.bmp>}
  44.     Visible = False
  45.   end
  46.   object Bevel1: TBevel
  47.     Left = 384
  48.     Top = 0
  49.     Width = 9
  50.     Height = 369
  51.     Shape = bsLeftLine
  52.     Style = bsRaised
  53.   end
  54.   object TL1: TTrafficLight
  55.     Left = 445
  56.     Top = 216
  57.     Width = 49
  58.     Height = 57
  59.     ActiveLight = alGreen
  60.     CaseColor = 49344
  61.   end
  62.   object Memo1: TMemo
  63.     Left = 400
  64.     Top = 8
  65.     Width = 169
  66.     Height = 201
  67.     TabStop = False
  68.     Ctl3D = True
  69.     ParentCtl3D = False
  70.     ReadOnly = True
  71.     ScrollBars = ssVertical
  72.     TabOrder = 0
  73.   end
  74.   object BitBtn1: TBitBtn
  75.     Left = 400
  76.     Top = 328
  77.     Width = 169
  78.     Height = 33
  79.     Caption = 'Close game'
  80.     TabOrder = 1
  81.     OnClick = BitBtn1Click
  82.     Kind = bkClose
  83.   end
  84.   object BitBtn2: TBitBtn
  85.     Left = 400
  86.     Top = 280
  87.     Width = 169
  88.     Height = 33
  89.     Caption = 'New game'
  90.     TabOrder = 2
  91.     OnClick = New1Click
  92.     Kind = bkRetry
  93.   end
  94.   object MainMenu1: TMainMenu
  95.     Left = 32
  96.     Top = 8
  97.     object Game1: TMenuItem
  98.       Caption = '&Game'
  99.       ShortCut = 0
  100.       object New1: TMenuItem
  101.         Caption = '&New'
  102.         ShortCut = 121
  103.         OnClick = New1Click
  104.       end
  105.       object Options1: TMenuItem
  106.         Caption = '&Options'
  107.         ShortCut = 0
  108.         OnClick = Options1Click
  109.       end
  110.       object N1: TMenuItem
  111.         Caption = '-'
  112.         ShortCut = 0
  113.       end
  114.       object UnDo1: TMenuItem
  115.         Caption = '&UnDo'
  116.         Enabled = False
  117.         ShortCut = 32776
  118.         OnClick = Undo1Click
  119.       end
  120.       object N2: TMenuItem
  121.         Caption = '-'
  122.         ShortCut = 0
  123.       end
  124.       object Exit1: TMenuItem
  125.         Caption = 'E&xit'
  126.         ShortCut = 0
  127.         OnClick = Exit1Click
  128.       end
  129.     end
  130.     object Registration1: TMenuItem
  131.       Caption = '&Registration'
  132.       ShortCut = 0
  133.       Visible = False
  134.       OnClick = Registration1Click
  135.     end
  136.     object About1: TMenuItem
  137.       Caption = '&About'
  138.       ShortCut = 0
  139.       OnClick = About1Click
  140.     end
  141.   end
  142. end
  143.